PrintDocument for WinForms
IndexEntry コンストラクタ(String,C1LinkTarget[])


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > IndexEntry クラス > IndexEntry コンストラクタ : IndexEntry コンストラクタ(String,C1LinkTarget[])
The string that is assigned to the IndexEntry.Caption property of the current index entry.
A list of C1LinkTarget objects; for each target in that list, a IndexEntryOccurrence is created and added to the IndexEntry.Occurrences of the current index item.
Initializes a new instance of the IndexEntry class.
シンタックス
'宣言
 
Public Function New( _
   ByVal caption As System.String, _
   ByVal ParamArray targets() As C1LinkTarget _
)
'使用法
 
Dim caption As System.String
Dim targets() As C1LinkTarget
 
Dim instance As New IndexEntry(caption, targets)
public IndexEntry( 
   System.string caption,
   params C1LinkTarget[] targets
)

パラメータ

caption
The string that is assigned to the IndexEntry.Caption property of the current index entry.
targets
A list of C1LinkTarget objects; for each target in that list, a IndexEntryOccurrence is created and added to the IndexEntry.Occurrences of the current index item.
参照

IndexEntry クラス
IndexEntry メンバ
オーバーロード一覧